DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportEditing<T> Interface / CanRemove Method
The index of the item that would be removed.

In This Topic
    CanRemove Method (ISupportEditing<T>)
    In This Topic
    Determines whether the item at the specified index can be removed from the collection.
    Syntax
    'Declaration
     
    Function CanRemove( _
       ByVal index As Integer _
    ) As Boolean
    bool CanRemove( 
       int index
    )

    Parameters

    index
    The index of the item that would be removed.
    See Also